home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / u370_aix.defs < prev    next >
Text File  |  1991-06-09  |  1KB  |  64 lines

  1. # /* Copyright William Schelter. All rights reserved. (1990) */
  2. LBINDIR=/usr/local/bin
  3. #defs for the makefiles
  4. # see notes at beginning of u370_aix.h
  5.  
  6. OFLAG    =   
  7. # for plc88 can't have this
  8. LIBS    = -lm 
  9. ODIR_DEBUG=  -g
  10.  
  11. SHELL=/bin/sh
  12. .IGNORE:
  13.  
  14. # CC = cc -DVOL= -I$(AKCLDIR)/o  -Wl,-S0xa000000
  15. # Note pl8cc cannot compile c/fat_string.c.
  16. # When this fails just repeat the same command manually
  17. # using cc.
  18.  
  19. CC = cc -DVOL=volatile -DCOM_LENG=   -I$(AKCLDIR)/o
  20. LDCC = ${CC} -Hxa
  21.  
  22. MAINDIR = ${HOME}/kcl
  23. CFLAGS    = -c $(DEFS)  -I../h
  24. EXTRAS = /usr/local/scratchpad/cur/lib/foreign/cfuns-c.o \
  25.          /usr/local/scratchpad/cur/lib/foreign/sockio-c.o
  26. EXTRAS = 
  27.  
  28. # The fast loading currently works for ATT and BSD with 68000 or 386
  29. # architectures.  Unless you have these, leave these undefined.
  30. RSYM    = rsym
  31. SFASL    = $(ODIR)/sfasl.o
  32.  
  33. # EMUL= $(ODIR)/sysv_386emul.o
  34.  
  35. # When using SFASL it is good to have (si::build-symbol-table)
  36. INITFORM=(si::build-symbol-table)
  37.  
  38. MPFILES=${MPDIR}/mpi.o ${MPDIR}/lo-u370_aix.o ${MPDIR}/mp_sl3todivul3.o ${MPDIR}/libmport.a
  39. # MPFILES=${MPDIR}/mpi.o ${MPDIR}/libmport.a
  40.  
  41. # Use symbolic links
  42. SYMB    = -s
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. EXTRAS = /spad/obj/370/lib/sockio-c.o /spad/obj/370/lib/cfuns-c.o
  63.